Class org.omg.CORBA.IDLTypeHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.IDLTypeHelper
java.lang.Object
|
+----org.omg.CORBA.IDLTypeHelper
- public final class IDLTypeHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, IDLType)
-
-
_is_a(Object)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, IDLType)
-
-
narrow(Object)
-
-
type()
-
__write
public static void __write(OutputStream out,
IDLType that)
__read
public static IDLType __read(InputStream in)
extract
public static IDLType extract(Any a)
insert
public static void insert(Any a,
IDLType that)
type
public static synchronized TypeCode type()
id
public static String id()
_is_a
public static boolean _is_a(Object that)
narrow
public static IDLType narrow(Object that) throws BAD_PARAM
All Packages Class Hierarchy This Package Previous Next Index